home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Applications / Microsoft Word / AutoMac III 2.1 / Customization / Customs.R < prev    next >
Text File  |  1988-08-19  |  9KB  |  525 lines

  1. ***************************************************************************
  2. *
  3. *    Customs.R - AutoMac™ III Customization Resource, Version 2.1
  4. *    RMaker Source File
  5. *    ©1988 H.C.W. Anderson
  6. *    All rights reserved
  7. *
  8. *
  9. *    This file may be used to change several customizable features
  10. *    of AutoMac III, such as command keys for dialogs.  In order to 
  11. *    do this, you must have two programs available from Apple: "RMaker"
  12. *    and "ResEdit", and you must be an experienced programmer.  If you 
  13. *    do not feel confident doing this, we recommend against it. You can 
  14. *    still change most features of AutoMac III by using the "Prefs"
  15. *    dialog (see instructions).
  16. *
  17. *
  18. *                    *****  WARNING!!  *****
  19. *
  20. *    Do NOT attempt to modify AutoMac III in this manner unless you
  21. *    are an experienced programmer.  Keep a BACKUP COPY of AutoMac III,
  22. *    in case something should go wrong. And be sure to TEST the resulting
  23. *    changed version with sample program and data disks, before using
  24. *    it with your important data.  As always, we urge you to maintain
  25. *    complete and current backups of all of your programs and data when
  26. *    using AutoMac III.
  27. *
  28. *
  29. *    INSTRUCTIONS:
  30. *
  31. *    (1) Alter the values in this RMaker source file, as desired.
  32. *
  33. *    (2) Compile this RMaker source file, using RMaker.
  34. *        The result will be a new file, "Customs.rsrc",
  35. *        containing one resource, type "CUST" and i.d.=10.
  36. *
  37. *    (3) Use ResEdit to remove the old "CUST #10" resource
  38. *        from AutoMac III, and copy the new resource in
  39. *        from "Customs.rsrc".
  40. *
  41. ***************************************************************************
  42.  
  43.  
  44.  
  45. ***************************************************************************
  46. *
  47. *    Output File Name
  48. *
  49. ***************************************************************************
  50.  
  51. Customs.rsrc
  52.  
  53.  
  54. ***************************************************************************
  55. *
  56. *    Customization Resource (CUST #10)
  57. *
  58. ***************************************************************************
  59.  
  60. TYPE CUST = GNRL
  61.     ,10 (36)
  62. *
  63. *
  64. *
  65. ***************************************************************************
  66. *
  67. *    NONMODIFIABLE SECTION:  DO NOT CHANGE
  68. *
  69. *
  70. *    This section contains key combinations, settings flags, etc.
  71. *    which may be changed using the "Prefs" dialog.  Do not attempt
  72. *    to alter the information here.
  73. *
  74. ***************************************************************************
  75. *
  76. .H
  77. 0001 0000 0000 8000 0064 FFFF
  78. FFFF 0000 0004 0E00 0004 2200
  79. 0004 2D00 0004 2000 0004 3200
  80. 0004 3300 0004 1800 0004 1B00
  81. 0004 2100 0004 1E00 0004 2F00
  82. 8000 0800 8000 0900 8000 0700
  83. FFFF FFFF FFFF FFFF 00FF 8005
  84. 1D00 0004 3300 0004 1800 0004
  85. 1B00 0004 2100 0004 1E00 0004 
  86. 2F00 8005 2F00
  87. *
  88. *
  89. ***************************************************************************
  90. *
  91. *    Command keys for Record Starting Dialog Box
  92. *    (Hexadecimal)
  93. *
  94. *
  95. *    NOTE:
  96. *
  97. *    Command keys are given as "key numbers", not ASCII characters.
  98. *    (A key number of $FF indicates that no command key is desired.)
  99. *
  100. ***************************************************************************
  101. *
  102. *    [count; do not change]
  103. 07
  104. *    Record
  105. FF
  106. *    Cancel
  107. 2F
  108. *    Options
  109. 1F
  110. *    Command
  111. 08
  112. *    Shift
  113. 01
  114. *    Option
  115. 23
  116. *    Full drag track
  117. 02
  118. *
  119. *
  120. ***************************************************************************
  121. *
  122. *    Command keys for Record Ending Dialog Box
  123. *    (Hexadecimal)
  124. *
  125. ***************************************************************************
  126. *
  127. *    [count; do not change]
  128. 09
  129. *    Stop
  130. FF
  131. *    Continue
  132. 08
  133. *    Suspend
  134. 01
  135. *    Cancel
  136. 2F
  137. *    Undo
  138. 06
  139. *    Options
  140. 1F
  141. *    Misc
  142. 2E
  143. *    Add time delay
  144. 11
  145. *    Full drag track
  146. 02
  147. *
  148. *
  149. ***************************************************************************
  150. *
  151. *    Command keys for Main Dialog Box
  152. *    (Hexadecimal)
  153. *
  154. ***************************************************************************
  155. *
  156. *    [count; do not change]
  157. 10
  158. *    Play
  159. FF
  160. *    Record
  161. 0F
  162. *    Delete
  163. 02
  164. *    Change
  165. 0E
  166. *    Prefs
  167. 23
  168. *    Help
  169. 04
  170. *    Cancel
  171. 2F
  172. *    New
  173. 2D
  174. *    Open
  175. 1F
  176. *    Revert
  177. 11
  178. *    Save
  179. 01
  180. *    Save As
  181. 00
  182. *    List
  183. 25
  184. *    Cut
  185. 07
  186. *    Copy
  187. 08
  188. *    Paste
  189. 09
  190. *    [unused]
  191. FF
  192. *
  193. *
  194. ***************************************************************************
  195. *
  196. *    Command keys for "Please Press Key" Dialog Box
  197. *    (Hexadecimal)
  198. *
  199. ***************************************************************************
  200. *
  201. *    [count; do not change]
  202. 01
  203. *    Cancel
  204. 2F
  205. *
  206. *
  207. ***************************************************************************
  208. *
  209. *    Command keys for Misc Options Dialog Box
  210. *    (Hexadecimal)
  211. *
  212. ***************************************************************************
  213. *
  214. *    [count; do not change]
  215. 05
  216. *    Cancel
  217. 2F
  218. *    "M"
  219. 2E
  220. *    "B"
  221. 0B
  222. *    "S"
  223. 01
  224. *    "J"
  225. 26
  226. *
  227. *
  228. ***************************************************************************
  229. *
  230. *    Command keys for Options Dialog Box
  231. *    (Hexadecimal)
  232. *
  233. ***************************************************************************
  234. *
  235. *    [count; do not change]
  236. 16
  237. *    OK
  238. FF
  239. *    Cancel
  240. 2F
  241. *    Down, Automatic
  242. 12
  243. *    Down, Screen
  244. 13
  245. *    Down, T.L.
  246. 15
  247. *    Down, T.R.
  248. 17
  249. *    Down, B.R.
  250. 16
  251. *    Down, B.L.
  252. 1A
  253. *    Down, Starting pt
  254. 14
  255. *    Up, Automatic
  256. 0C
  257. *    Up, Screen
  258. 0D
  259. *    Up, T.L.
  260. 0F
  261. *    Up, T.R.
  262. 11
  263. *    Up, B.R.
  264. 10
  265. *    Up, B.L.
  266. 20
  267. *    Up, Starting pt
  268. 0E
  269. *    Tracking, Normal
  270. 2D
  271. *    Tracking, Full drag
  272. 02
  273. *    Tracking, All
  274. 00
  275. *    Real time
  276. 23
  277. *    In alerts
  278. 22
  279. *    Set new starting pt
  280. 01
  281. *    [unused]
  282. FF
  283. *
  284. *
  285. ***************************************************************************
  286. *
  287. *    Command keys for "Save Changes?" Dialog Box
  288. *    (Hexadecimal)
  289. *
  290. ***************************************************************************
  291. *
  292. *    [count; do not change]
  293. 04
  294. *    Yes
  295. FF
  296. *    No
  297. 2D
  298. *    Save As
  299. 01
  300. *    Cancel
  301. 2F
  302. *    [unused]
  303. FF
  304. *
  305. *
  306. ***************************************************************************
  307. *
  308. *    Command keys for "Change" Dialog Box
  309. *    (Hexadecimal)
  310. *
  311. ***************************************************************************
  312. *
  313. *
  314. *    [count; do not change]
  315. 05
  316. *    OK
  317. FF
  318. *    Cancel
  319. 2F
  320. *    (Unused)
  321. FF
  322. *    Command
  323. 08
  324. *    Shift
  325. 01
  326. *
  327. *
  328. ***************************************************************************
  329. *
  330. *    Command keys for "Stop Until..." Dialog Box
  331. *    (Hexadecimal)
  332. *
  333. ***************************************************************************
  334. *
  335. *
  336. *    [count; do not change]
  337. 0B
  338. *    OK
  339. FF
  340. *    Cancel
  341. 2F
  342. *    Return/Enter key
  343. 12
  344. *    Enter key
  345. 14
  346. *    Mouse click
  347. 13
  348. *    Any key/click
  349. 15
  350. *    Fixed time
  351. 17
  352. *    Target time
  353. 16
  354. *    A.M.
  355. 00
  356. *    P.M.
  357. 23
  358. *    Any date
  359. 02
  360. *
  361. *
  362. ***************************************************************************
  363. *
  364. *    Command keys for "Do Message or Alert" Dialog Box
  365. *    (Hexadecimal)
  366. *
  367. ***************************************************************************
  368. *
  369. *    [count; do not change]
  370. 06
  371. *    OK
  372. FF
  373. *    Test
  374. 11
  375. *    Cancel
  376. 2F
  377. *    2 buttons
  378. 13
  379. *    1 button
  380. 12
  381. *    0 buttons
  382. 1D
  383. *    [unused]
  384. FF
  385. *
  386. *
  387. ***************************************************************************
  388. *
  389. *    NONMODIFIABLE SECTION:  DO NOT CHANGE
  390. *
  391. *
  392. *    This section contains key combinations, etc. which may be
  393. *    changed using the "Prefs" dialog.  Do not attempt to alter
  394. *    the information here.
  395. *
  396. ***************************************************************************
  397. *
  398. 0000 FF00
  399. 11C8 D700
  400. *
  401. *
  402. ***************************************************************************
  403. *
  404. *    Misc ASCII Character Constants Used by AutoMac III
  405. *    (Hexadecimal)
  406. *
  407. ***************************************************************************
  408. *
  409. *    Return key char
  410. 0D
  411. *    Enter key char
  412. 03
  413. *    Decimal point  char (e.g. "." in U.S.)
  414. 2E
  415. *    Tab key char
  416. 09
  417. *    Backspace key char
  418. 08
  419. *    Space key char
  420. 20
  421. *
  422. *
  423. ***************************************************************************
  424. *
  425. *    Width of "Macro Description" Column in Main Dialog Box, Pixels
  426. *    (integer)
  427. *
  428. ***************************************************************************
  429. *
  430. .I
  431. 194
  432. *
  433. *
  434. ***************************************************************************
  435. *
  436. *    File "Type" for Macro Files
  437. *    (4 char string, no length byte)
  438. *
  439. ***************************************************************************
  440. *
  441. .S
  442. MKDC
  443. *
  444. *
  445. ***************************************************************************
  446. *
  447. *    File "Creator" for Macro Files
  448. *    (4 char string, no length byte)
  449. *
  450. ***************************************************************************
  451. *
  452. .S
  453. HCWA
  454. *
  455. *
  456. ***************************************************************************
  457. *
  458. *    Name of First Temporary Work File, First 4 Chars
  459. *    (4 char string, no length byte)
  460. *
  461. *    NOTE:  Name must be 6 chars; last two must be ASCII digits, as below.
  462. *
  463. ***************************************************************************
  464. *
  465. .S
  466. MKEY
  467. *
  468. *
  469. ***************************************************************************
  470. *
  471. *    Name of First Temporary Work File, Last 2 Digit Chars
  472. *    (2 1 char strings, no length byte)
  473. *
  474. ***************************************************************************
  475. *
  476. *    Digit 1
  477. .S
  478. 0
  479. *    Digit 2
  480. .S
  481. 0
  482. *
  483. *
  484. ***************************************************************************
  485. *
  486. *    Destination Rectangle for AutoMac "A" Symbol on Screen
  487. *    (hexadecimal)
  488. *
  489. ***************************************************************************
  490. *
  491. .H
  492. 0008 0000 000C 0010
  493. *
  494. *
  495. ***************************************************************************
  496. *
  497. *    Source BitMap for AutoMac "A" Symbol
  498. *
  499. ***************************************************************************
  500. *
  501. *    [filler]
  502. .L
  503. 0
  504. *    Rowbytes (integer)
  505. .I
  506. 2
  507. *    Bounds rect (hex)
  508. .H
  509. 0000 0000 0004 0010
  510. *
  511. *
  512. ***************************************************************************
  513. *
  514. *    Bit Image for AutoMac "A" Symbol
  515. *
  516. *
  517. *    NOTE: Limited to 8 bytes; do not alter size.
  518. *
  519. ***************************************************************************
  520. *
  521. .H
  522. 0200 0500 0F80 0880
  523.  
  524.  
  525.